UInt64MINumericUInt64MLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64M INumeric<UInt64M>.LogicalAnd(
UInt64M value
)
Private Function LogicalAnd (
value As UInt64M
) As UInt64M Implements INumeric(Of UInt64M).LogicalAnd
private:
virtual UInt64M LogicalAnd(
UInt64M value
) sealed = INumeric<UInt64M>::LogicalAnd
private abstract LogicalAnd :
value : UInt64M -> UInt64M
private override LogicalAnd :
value : UInt64M -> UInt64M
- value UInt64M
- The value with which to compute the logical bitwise AND.
UInt64MThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)